Skip to content

Commit 741136b

Browse files
committed
Add --break-system-packages to fix sphinx image
1 parent 0bf3fd8 commit 741136b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.sphinx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ RUN apt-get update && \
2020
texlive-xetex \
2121
tzdata \
2222
xindy && \
23-
pip3 install sphinx_rtd_theme sphinx-notfound-page && \
23+
pip3 install --break-system-packages sphinx_rtd_theme sphinx-notfound-page && \
2424
echo "<?xml version='1.0'?><!DOCTYPE fontconfig SYSTEM 'fonts.dtd'><fontconfig><dir>/usr/share/texlive/texmf-dist/fonts/opentype</dir></fontconfig>" > /etc/fonts/conf.d/09-texlive-fonts-extra.conf && \
2525
fc-cache

0 commit comments

Comments
 (0)